Package-level declarations
Types
The App developers may provide the DataCaptureConfig for the DataCapture library by implementing Provider interface in the Application class. The library would load and cache the configuration by calling Provider.getDataCaptureConfig.
Resolves external answer value sets not defined in the questionnaire's contained
element. This allows the library to render answer options to choice
and open-choice
type questions more dynamically.
A Fragment for displaying FHIR Questionnaires and getting user responses as FHIR QuestionnaireResponses.
Factory to create QuestionnaireItemViewHolderFactoryMatchersProvider for the QuestionnaireFragment to provide List of QuestionnaireItemViewHolderFactoryMatcher. The developers may provide the factory to the library via DataCaptureConfig to add custom questionnaire components or override the behaviour of existing components in the sdc.
Questionnaire item view holder types supported by default by the data capture library.
Resolves media content based on the provided URL, allowing the library to render media content in its UI.
Resolves resources based on the provided xFhir query. This allows the library to resolve x-fhir-query answer expressions.